 .nt-select{
    min-height: 24px;
    background-color: #fff;
     border-radius: 7px;
     width: auto;

}

.nt-select-height{
   	margin-left: 0px;
	float: left;
    min-height: 24px;
	background: #F5F5F5;

	margin-bottom: 25px;

    background-color: #fff;
    border-color: #ccc;
	width: auto;
    padding: 0px;



    max-height:250px;/* you can change as you need it */
    overflow:auto; /*to get scroll */

}

.ui-menu .ui-menu-item-wrapper {
     /*padding: 2px; */
}
.ui-selectmenu-button.ui-button {
text-align: left;
white-space: nowrap;
width: 14em;
background-color: #fff;
border-radius: 0px;
box-shadow: 0px 0px cadetblue;
min-height: 24px;
border: 1px solid #ccc;  /* ?? agrega borde negro */
}


nt-textarea {
    min-height:auto;
}
.nt-left_ws{float: left; margin-right: 0px; margin-bottom: 0px;border: 0px;margin:auto }

.ui-icon {
    /*margin-top: 0;*/
    background-image: url(images/ui-icons_777777_256x240.png);
    margin: auto;
}

.nt-select-height>.ui-menu-item:nth-child(odd){

	background-color:#FFFFFF;
}
.nt-select-height>.ui-menu-item:nth-child(even){
	background-color:#EEEEEE;
}
.nt-select-height>.ui-menu-item:hover{
	background-color:#D3D3D3;
}

/*nt-site-footer {
    width: 100%;
    margin-top: 1rem;
    height: var(--footer-height);
    position: relative;
    border-top: var(--site-border);
}*/
.nt-contentpanel {
    float: none;
}


